home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Education / Math / Stat Solver / StatSolver1.0 / StatSolver1.0.rsrc / TEXT_131_Binomial Histogram.txt < prev    next >
Encoding:
Text File  |  1989-07-31  |  288 b   |  5 lines

  1. A binomial histogram is a binomial distribution with r set equal from 0 to n.  In this implementation, n cannot exceed 33.
  2. N is the number of trials to take place (must be 33 or less).
  3. P is the probability of a single trial succeeding.
  4. R is not needed as input, as it ranges from 0 to n.
  5.